home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TINSTALLFORM / TINSTALLFORM.txt < prev   
Text File  |  2005-03-06  |  2KB  |  74 lines

  1. object InstallForm: TInstallForm
  2.   Left = 311
  3.   Top = 167
  4.   BorderStyle = bsDialog
  5.   Caption = 'PowerArchiver Automatic Installation'
  6.   ClientHeight = 190
  7.   ClientWidth = 307
  8.   Color = clWhite
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object InstallInfo: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 289
  23.     Height = 129
  24.     AutoSize = False
  25.     Caption = 
  26.       'Because this archive contains'#13#10'SETUP.EXE or INSTALL.EXE'#13#10'in the ' +
  27.       'base path, PowerArchiver'#13#10'can automatically unpack the'#13#10'archive ' +
  28.       'and start the installation.'#13#10#13#10'Click Install to start the instal' +
  29.       'lation, or click Open to simply open the archive.'
  30.     WordWrap = True
  31.   end
  32.   object LogoImage: TImage
  33.     Left = 192
  34.     Top = 12
  35.     Width = 104
  36.     Height = 62
  37.     Hint = 
  38.       'This is EasyZip logo picture.'#13#10'So if you want you can put it on ' +
  39.       'your web page'#13#10'an link it to http://members.xoom.com/ipsoft'#13#10'The' +
  40.       'n call me back at ivanpetrov@hotmail.com'#13#10'and tell me your web p' +
  41.       'age so i can put link to your'#13#10'page...'
  42.     AutoSize = True
  43.     Picture.Data = {<image000.TGIFGraphic>}
  44.     OnClick = LogoImageClick
  45.   end
  46.   object CheckBox1: TCheckBox
  47.     Left = 8
  48.     Top = 140
  49.     Width = 289
  50.     Height = 17
  51.     Caption = '&Show this option in the future'
  52.     TabOrder = 0
  53.   end
  54.   object InstallButt: TButton
  55.     Left = 56
  56.     Top = 160
  57.     Width = 81
  58.     Height = 25
  59.     Caption = '&Install'
  60.     Default = True
  61.     TabOrder = 1
  62.     OnClick = InstallButtClick
  63.   end
  64.   object OpenButt: TButton
  65.     Left = 160
  66.     Top = 160
  67.     Width = 83
  68.     Height = 25
  69.     Caption = '&Open'
  70.     TabOrder = 2
  71.     OnClick = OpenButtClick
  72.   end
  73. end
  74.